[GET] allSites
/api/site/allSites
AllSitesResponseDTO
SiteDTO
Attributes:
Name | Type | Description |
---|---|---|
site_id |
int
|
unique id assigned to a site |
site_name |
str
|
name of the site |
latitude |
Optional[Decimal]
|
latitudinal coordinates of the site |
longitude |
Optional[Decimal]
|
longitudinal coordinates of the site |
site_address |
str
|
address of the site |
site_img |
Optional[str]
|
link of the site image |
google_id |
str
|
google id of the site |
charger_count |
int
|
number of chargers at the site regardless of status |
charger_types |
List[ChargerTypeEnum]
|
list of unique charger types (AC/DC) |
connector_types |
List[ConnectorTypeEnum]
|
list of unique connector types available at the site |
max_charging |
List[float]
|
list of unique max charging values |
charging_price |
List[float]
|
list of unique charging prices at price / kwh |
ConnectorTypeEnum
Attributes:
Name | Type | Description |
---|---|---|
TYPE_2 |
Type 2 connector |
|
CHADEMO |
CHAdeMO connector |
|
CCS2 |
CCS2 connector |
ChargerTypeEnum
Attributes:
Name | Type | Description |
---|---|---|
AC |
Alternating Current |
|
DC |
Direct Current |
|
AC/DC |
Alternating and Direct Current |